home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CU Amiga Super CD-ROM 19
/
CU Amiga Magazine's Super CD-ROM 19 (1998)(EMAP Images)(GB)[!][issue 1998-02].iso
/
CUCD
/
Online
/
NNTPd
/
server
/
timer.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
2002-11-01
|
327 b
|
12 lines
/* @(#) $Id: timer.h,v 1.4 1994/11/01 05:57:31 sob Exp sob $ */
struct timer {
void (*subr)(); /* routine to invoke at timeout */
int resetoninput; /* if true, reset timer on input */
long seconds; /* seconds until a timeout */
long left; /* seconds left until next timeout */
};
void timer_init();
int timer_sleep();